home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / UNPROT2.LZH / ARTWORK.UNP next >
Text File  |  1985-12-20  |  3KB  |  76 lines

  1. HOW TO UNPROTECT "ARTWORK" by West End Film (version 2.43)
  2.  
  3. (1) First, make a copy of the original disk. NEVER, EVER, fool around
  4. with your only working copy of a program!!!
  5.  
  6. (2) This will take repeated searches with a disk zapper such as Norton.
  7. Search the file ARTWORK.EXE. Note that all bytes are in hexadecimal.
  8.  
  9.     A. Search for the byte string: A0 A2 19 30 E4. Change it to:
  10.                                    B8 61 00 30 E4
  11.  
  12. ->  This forces ARTWORK to see the letter "a" of its signature, even if
  13.     no "a" is there...
  14.  
  15.     B. Search for the byte string: 80 FC 10 1F 58 75 03. Change to:
  16.                                    80 FC 10 1F 58 90 90
  17.  
  18. ->  This causes ARTWORK to believe that the expected diskette error has
  19.     occurred, even if it hasn't.
  20.  
  21.     C. Search for the byte string: B4 3D CD 21 73 03. Change to:
  22.                                    B8 02 00 90 90 90
  23.  
  24. ->  This prevents a diskette check.
  25.  
  26.  
  27.     D. Search for the byte string: 8B 46 0A E8 7C 00. Change to:
  28.                                    8B 46 0A 90 90 90
  29.  
  30. ->  This prevents one of the two accesses of the copy-protect tracks.
  31.  
  32.     E. Search for the byte string: 8B 46 0A E8 1A 00. Change to:
  33.                                    8B 46 0A 90 90 90
  34.  
  35. ->  This prevents the second access of the copy-protect tracks.
  36.  
  37.  
  38.     F. Search for the byte string: 72 02 33 C0 C3. Change to:
  39.                                    90 90 33 C0 C3
  40.  
  41. This completes the first part of the unprotect.  Using DEBUG.EXE, load
  42. the ORIGINAL copy of ARTWORK.EXE. Put the original diskette in
  43. A:.
  44.  
  45.     D. At the "dash" prompt, type: G 8bd:9AA <cr>
  46.                                    G 9b1     <cr>
  47.                                    G 8bd:9aa <cr>
  48.                                    G 9b1     <cr>
  49.  
  50. -> This sequence has caused ARTWORK to read in a signature from the
  51.    protected tracks of the original disk. Type: D DS:xxxx (where xxxx is
  52.    the current contents of the BX register)
  53.  
  54. WRITE DOWN THE BYTE PATTERN DISPLAYED!
  55.  
  56. On my copy, the pattern is: 4B 61 78 78 00 00    (=Kaxx)
  57.  
  58. The "4B" is the signature of the graphics board which ARTWORK expects to
  59. see. The "61" is the letter "a", which says "I am a valid ARTWORK". This
  60. signature is for the Tecmar Graphics Master. If your copy was installed
  61. for a different board, the bytes given above will differ from yours.
  62.  
  63. Remove the original disk from drive A:.
  64.  
  65. Now quit DEBUG and return to Norton or some other disk utility.
  66.  
  67. Search the modified copy of ARTWORK.EXE (NOT the original) for the byte
  68.              string: A0 A1 19 30 E4  and change it to:
  69.                      B0 xx 90 30 E4
  70.  
  71. The "xx" above stands for whatever the byte was in the signature string
  72. you wrote down. For me, xx was "4B". ARTWORK is now unprotected. Have
  73. fun, kids!
  74.  
  75. LET THERE BE SOFTWARE!
  76.